projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d08c2f
)
Add tests for install-info
author
David Kastrup
<dak@gnu.org>
Mon, 6 Jan 2003 14:51:49 +0000
(14:51 +0000)
committer
David Kastrup
<dak@gnu.org>
Mon, 6 Jan 2003 14:51:49 +0000
(14:51 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 9ac861ee64e11e829ab07f0a8ee24a311bbb3403..9e9321a3feb5dc8383e2a8ddab77707307c066cf 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1212,6
+1212,9
@@
AC_PROG_INSTALL
if test "x$RANLIB" = x; then
AC_PROG_RANLIB
fi
+AC_PATH_PROG(INSTALL_INFO, install-info)
+AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin)
+AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin)
dnl Add our options to ac_link now, after it is set up.